home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / acro150.zip / acro150b.zi_ / acrobat / acrobat.cfg next >
Text File  |  1996-07-07  |  8KB  |  141 lines

  1. '╔════════════════════════════════════════════════════════════════════════╗
  2. '║ Acrobat/2 Main Config File                                             ║
  3. '╚════════════════════════════════════════════════════════════════════════╝
  4.  
  5. '┌────────────────────────────────────────────────────────────────────────────┐
  6. '│Initbaudrate is the locked baudrate                                         │
  7. '│Can be 50,110,300,600,1200,1800,2400,4800,7200,9600,19200,28800,38400,57600,│
  8. '│115200,230400                                                               │
  9. '└────────────────────────────────────────────────────────────────────────────┘
  10. INIT=ATZ0
  11. INITBAUD=57600
  12.  
  13. '┌──────────────────────────────────────────────────────────────┐
  14. '│Logall is used for the control of the logfile.                │
  15. '│Logall=0 Nothing will be written into the logfile.            │
  16. '│Logall=1 All modemactivity will be written into the logfile   │
  17. '│Logall=2 Same as 1 but now local activity also will be logged │
  18. '└──────────────────────────────────────────────────────────────┘
  19. LOGALL=1
  20.  
  21. '┌─────────────────────────────────────────────────────────────────────────────┐
  22. '│Directory where the ansi's (main, intro, goodbye, bullmain, ...) are located!│
  23. '│Don't forget ending \
  24. '└─────────────────────────────────────────────────────────────────────────────┘
  25. ANSI=C:\ACROBAT\TEXT\
  26.  
  27. '┌───────────────────────────────────────┐
  28. '│Directory where ACROBAT.EXE is located │
  29. '│Don't forget ending \                  │
  30. '└───────────────────────────────────────┘
  31. ROOT=C:\ACROBAT\
  32.  
  33. '┌──────────────────────────────┐
  34. '│Info about you and your board │
  35. '└──────────────────────────────┘
  36. SYSOPNAME=BONO
  37. BOARDNAME=R.a.W. Board
  38.  
  39. '┌──────────────────────────────────────────────────────────────┐
  40. '│When page=0 user can yell, any other value will disable yeller│
  41. '│Maxpages is the number of times a user may yell               │
  42. '└──────────────────────────────────────────────────────────────┘
  43. PAGE=0
  44. MAXPAGES=5
  45.  
  46. '┌─────────────────────────────────────────────────────────────────────┐
  47. '│When systempassword is 1, a system password will be asked, any other │
  48. '│value disables the system password. SP is the system password.       │
  49. '└─────────────────────────────────────────────────────────────────────┘
  50. SYSTEMPASSWORD=0
  51. SP=BONODUDE
  52.  
  53. '┌───────────────────────────────────────────────────────────────────────────┐
  54. '│General settings:                                                          │
  55. '├───────────────────────────────────────────────────────────────────────────┤
  56. '│Minpaslength is the minimum length a password must be (user password       │
  57. '│and system password)                                                       │
  58. '├───────────────────────────────────────────────────────────────────────────┤
  59. '│Minname is the minimum length a name must be!                              │
  60. '├───────────────────────────────────────────────────────────────────────────┤
  61. '│Pastries is the number of times a user may guess for his password :)       │
  62. '├───────────────────────────────────────────────────────────────────────────┤
  63. '│Checkup=0 uploadchecking enabled, any other value will disable it!         │
  64.  ├───────────────────────────────────────────────────────────────────────────┤
  65. '│Newlevel is the level a new user will get... Levels can range from         │
  66. '│0 till 999.                                                                │
  67. '├───────────────────────────────────────────────────────────────────────────┤
  68. '│Freekb is the amount of upload a user get when he/she logs in for the      │
  69. '│first time. A value of 0 means that the user must upload immediate!        │
  70. '├───────────────────────────────────────────────────────────────────────────┤
  71. '│Fastmode. When fastmode is set to 1, ansi's will be very fast... Slower    │
  72. '│modems can have problems with it... Setting to any value except 1 will     │
  73. '│sent ansi's at normal speed                                                │
  74. '├───────────────────────────────────────────────────────────────────────────┤
  75. '│UPPROCENT is the procent upload required depending on the level. This can  │
  76. '│be set as following LEVEL/PROCENT,LEVEL/PROCENT,....                       │
  77. '├───────────────────────────────────────────────────────────────────────────┤
  78. '│TIMELEFT is the minutes a user can stay online. This can be set as follow- │
  79. '│ing LEVEL/TIMEONLINE,LEVEL/TIMEONLINE,LEVEL/TIMEONLINE,....                │
  80. '├───────────────────────────────────────────────────────────────────────────┤
  81. '│INACTIVITY is the numbers of seconds a user can be inactive (auto hangup)  │
  82. '└───────────────────────────────────────────────────────────────────────────┘
  83. MINPASLENGTH=3
  84. MINNAME=4
  85. PASTRIES=3
  86. CHECKUP=0
  87. FREEKB=1024
  88. NEWLEVEL=20
  89. FASTMODE=0
  90. UPPROCENT=10/30,20/20,30/15,40/10,50/5,60/4,70/3,80/2,90/1,100/0
  91. TIMELEFT=10/15,20/30,30/35,40/40,50/45,60/50,70/55,80/60,90/90,100/120
  92. INACTIVITY=180
  93.  
  94. '┌───────────────────────────────────────────────────────────────────────────┐
  95. '│Password needed to do some maintenance when SYSOP is entered in mainmenu!! │
  96. '│You can change userrecords with it, also levels, delete users, download    │
  97. '│files, etc, etc,... Chat, showdir, etc...                                  │
  98. '└───────────────────────────────────────────────────────────────────────────┘
  99. MPASSWORD=ACROBAT
  100.  
  101. '┌───────────────────────────────────────────────────────────────────────────┐
  102. '│Oneliner settings                                                          │
  103. '│ANTi-ADVERTISEMENT method: ANTI=0 (Disabled)  ANTI=1 (Decode Tel. Numbers) │
  104. '│ANTI=2 (Show ansi file NOADD.ANS, requires WORD), WHO (can't write onelnrs)│
  105. '└───────────────────────────────────────────────────────────────────────────┘
  106. ANTI=3
  107. WORD=CALL
  108. WORD=BBS
  109. WORD=016
  110. WORD=PHONE
  111. WHO=Dummy
  112.  
  113.  
  114. '┌───────────────────────────────────────────────────────────────────────────┐
  115. '│Fun Chatter TOTAL=xx (Number of different chatscreens) DEF=xx (startscreen)│
  116. '│CHATDIR=path chatscreens (don't forget ending \) CHATPASS, overrides max.  │
  117. '│yells, users who know this password can yell as often as they want!        │
  118. '│TUNE=path midi/wav file. You can only use this if you have REXX and a sound│
  119. '│card installed! TUNE uses the play.cmd from OS/2. If you don't have REXX   │
  120. '│installed or a soundcard, don't specify a path. Chatpass max. 20 chars!    │
  121. '│The length of the yell depends on the length of the tune...                │
  122. '└───────────────────────────────────────────────────────────────────────────┘
  123. TOTAL=59
  124. DEF=34
  125. CHATDIR=C:\ACROBAT\CHAT\
  126. CHATPASS=YELLER
  127. TUNE=C:\MMOS2\SOUNDS\BALLGAME.MID
  128.  
  129. '┌───────────────────────────────────────────────────────────────────────────┐
  130. '│Very important setting for multitasking performance. This is the time in   │
  131. '│milliseconds the current thread is interrupted for an another program. You │
  132. '│have to experiment with it... It can be a value between 0 and 100. 100     │
  133. '│will make the bbs very slow when response is expected from user/local. My  │
  134. '│experience says that 25 is a nice value... 0 will disable slices!!!        │
  135. '└───────────────────────────────────────────────────────────────────────────┘
  136. SLICE=25
  137.  
  138. '╔═══════════════════════════════════════════════════════════════════════════╗
  139. '║ End Main Configuration File                          (c) V.R.B. Corp '95  ║
  140. '╚═══════════════════════════════════════════════════════════════════════════╝
  141.